(no commit message)
authorDoable8234 <Doable8234@web>
Fri, 27 Dec 2024 05:30:53 +0000 (05:30 +0000)
committeradmin <admin@branchable.com>
Fri, 27 Dec 2024 05:30:53 +0000 (05:30 +0000)
doc/forum/Prune_files_in_git-annex_branch_for_deleted_files.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Prune_files_in_git-annex_branch_for_deleted_files.mdwn b/doc/forum/Prune_files_in_git-annex_branch_for_deleted_files.mdwn
new file mode 100644 (file)
index 0000000..4a92d85
--- /dev/null
@@ -0,0 +1,3 @@
+As we use git annex, each key gets a bunch of files created in the git annex branch, typically named `aaa/bbb/<hash>.xyz`
+
+When I delete files with this particular key, sometimes I'd like to prune these completely. I understand enough of git annex internals to do this myself with shell commands, but curious if this is something others(particularly Joey) have given any thought (or scripts) to.